home *** CD-ROM | disk | FTP | other *** search
/ Speccy ClassiX 1998 / Speccy ClassiX 98.iso / amiga_system / the_aminet / dev / basic / gtboxconv.lha / gtboxconv / docs / english / Example.DOC next >
Text File  |  1995-01-19  |  1KB  |  28 lines

  1. Inside "Example" dir is present an interface written using GadToolsBox.
  2. I have also included the ".gui", ".c" and ".h" version so you would load it
  3. again using GadToolsBox and watching how it was written.
  4.  
  5. NW: IT IS GTCONV INTERFACE!!!!
  6.  
  7. If you think you would create a better interface for new versions of GTConv,
  8. then send it to me: it could be inserted as new interface in future versions of
  9. my program.
  10.  
  11. In the same dir is also included the ".bb2" file of the converted interface.
  12. You can freely load it into BlitzII, but be careful that the file won't be 
  13. compiled unless you will insert "AmigaLibs.res" as Resident. To do this, just
  14. follow these steps:
  15.  
  16.     1 - Load BlitzII
  17.     2 - Load ".bb2" file converted with GTBoxConv.
  18.     3 - Press Amiga-O, or choose "Compiler Options" from "Compiler" menu.
  19.     4 - Press inside "Resident" window and write:
  20.         "BlitzLibs:AmigaLibs.res"
  21.     5 - Press "OK" to close the "Options" window.
  22.  
  23.     So the program will be compilable.
  24.  
  25.     Happy working and Happy Converting!
  26.  
  27.  
  28.